Skip to content

Conversation

mablr
Copy link
Contributor

@mablr mablr commented Oct 5, 2025

Motivation

Add basic Beacon REST API to close #11797

This is a follow-up of #11828

Solution

  • New Beacon response and error types.
  • Updated the server router to handle Beacon REST API calls.
  • Implemented tests for the Beacon API endpoint to validate blob sidecar retrieval.

I endeavored to design this inspiring as closely as possible to the existing JSON-RPC server implementation.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

- New Beacon response and error types
- Updated the server router to handle Beacon REST API calls.
- Implemented tests for the Beacon API endpoint to validate blob sidecar retrieval.
@mablr mablr marked this pull request as ready for review October 5, 2025 17:40
@mablr mablr force-pushed the feature/beacon_rest_api branch from 99548c9 to 8269c55 Compare October 5, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

feat: beacon API support for blob fetching
1 participant